Includes APIs for initializing and releasing SDK resources and getting SDK version information.
More...
Includes APIs for initializing and releasing SDK resources and getting SDK version information.
◆ MV_CC_Initialize()
| def MvCameraControl_class.MV_CC_Initialize |
( |
| ) |
|
|
static |
Initializes SDK resources.
- Returns
- Returns MV_OK for success, and returns corresponding Error Code for failure.
◆ MV_CC_Finalize()
| def MvCameraControl_class.MV_CC_Finalize |
( |
| ) |
|
|
static |
Releases SDK resources.
- Returns
- Returns MV_OK for success, and returns corresponding Error Code for failure.
◆ MV_CC_GetSDKVersion()
| def MvCameraControl_class.MV_CC_GetSDKVersion |
( |
| ) |
|
|
static |
Gets SDK version.
- Returns
- Returns SDK version for success, for example, 0×01000000 indicates V1.0.0.0, and the format is as follows:
| Main | Sub | Revision | Test |
| 8bits | 8bits | 8bits | 8bits |